home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / yk211src.lha / Yak_2.11_Src / Phil.log < prev    next >
Text File  |  1980-01-01  |  3KB  |  113 lines

  1.  
  2. Aug 4 1995
  3. ==========
  4.  
  5.  SAS >> DICE  BGUI/*_window.c: Added #include <clib/alib_protos.h>
  6.               BGUI/hotkey_window.c:
  7.                    static SAVEDS ASM ULONG ExecListRsrcHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
  8.                    static SAVEDS ASM ULONG ExecListDispHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
  9.               BGUI/keydef_window.c:
  10.                    static SAVEDS ASM ULONG KeyDefWindowHandler(REG(a0) struct Hook *hook, REG(a2) void *obj, REG(a1) void *msg);
  11.  
  12.  version.h: Updated
  13.  
  14.  BGUI/options_window.c:  CloseOptionsWindow()
  15.     Added FreeVec(PageNGad);
  16.     Added FreeVec(PageLabels);
  17.  
  18.  BGUI/hotkey_window.c: UpdateHotkeyLV()
  19.     Wrong end of loop  (crash!!!)
  20.     Wrong BGUI calls
  21.  
  22.  GADTOOLS,BGUI,MUI/hotkey_window.c:  curhk, curtype was NOT initialized!
  23.  
  24.  hotkey_types.c: ModifyYHKName()
  25.          New error message!
  26.  
  27.  Created miscellaneous window
  28.          mousecycling window
  29.          blank window
  30.          hotkey window
  31.          options window
  32.      Updated gui.c: InitWindowGadget(), ShowWindowID(), CloseWindowID
  33.      Updated *_window.h
  34.  
  35.  gui.c: Shared code for ShowYakInterface(),
  36.                         HideInterface(),
  37.                         ShowWindowID(),
  38.                         CloseWindowID()
  39.  
  40.  gui.c: Removed InitGUI() >> Modified ShowXXXWindow()     (initialization)
  41.                                       ShowYakInterface()  (beta requester)
  42.  
  43.  GADTOOLS,MUI,BGUI/hotkey_window.c: InitActions1Node() becomes InitActionsList()
  44.  
  45.  gui.h GD_Page >> GD_Page_MCycling
  46.                >> GD_Page_Opts
  47.  
  48.  PREFS/gui.h:  Added ID_HIDE, ID_SHOW labels
  49.  PREFS/main.c: Added YakIconified variable (GADTOOLS, BGUI, MUI)
  50.                Modified ProcessMsg(), HandleAppMsg(), NotifiyNewPrefs()
  51.  
  52.  Updated yak_2.1.MUIB
  53.  
  54.  Updated DMakeFile
  55.  
  56.  
  57. October 6 1995
  58. ==============
  59.  
  60.  BUG: PREFS/main.c (MUI): Modified ProcessMsg(), HandleAppMsg(), CreateApp()
  61.  
  62.  Online help system:
  63.     -hotkey_type.c & hotkey_type.h: modified YakHotkeyType structure
  64.  
  65.     -Prefs/MUI/Xxx_window.c
  66.     -Prefs_BGUI/Xxx_window.c: CreateXxxWindow()
  67.  
  68.     -Prefs/Gadtools/Xxx_window.c: OpenXxxWindow(), HandleXxxIDCMP();
  69.     -Prefs/main.c (GADTOOLS): ProcessMsg()
  70.  
  71.  Updated yak_2.1.MUIB
  72.  
  73.  Updated DMakefile
  74.  
  75.  
  76. October 9 1995
  77. ==============
  78.  
  79.  BUG: hotkey_types.c:  MoveWindowHKOption[]  bad value
  80.  
  81.  Help Gadget: - yak.cd HELP_STRING
  82.               - gui.h  GD_Help
  83.               - keydef_window.c.h  (GADTOOLS & BGUI)
  84.  
  85.  CapShift:    - yak.cd CAPSHIFT_STRING
  86.               - gui.h  GD_CapShiftCheck
  87.               - misc_window.c.h    (GADTOOLD, MUI & BGUI)
  88.  
  89.               - setting.c.h
  90.               - handle.c     MainHandler()
  91.               - wbstartup/capshift.c.h     (NEW)
  92.  
  93.  Updated yak_2.1.MUIB
  94.  
  95.  Updated DMakefile
  96.  
  97.  
  98.  
  99.  November 10 1995
  100.  ===============
  101.  
  102.  Updated DMakefile (use DLError)
  103.  
  104.  Updated GUI/yak_2.1.muib   (Notifications, ...)
  105.  
  106.  Suggestion: New BGUI design!
  107.  
  108.  BGUI/main.c: CreateApp() (error message undesirable!)
  109.  
  110.  Options_window: cycle gadget wasn't updated (GADTOOLS & BGUI)
  111.                  >> InitOptionsGadgets() sets the current page!
  112.  
  113.